Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  EnhancedAC3

  Decoder

  DummyDecoder

  EnhancedAC3Decoder

  FrameBasedDecoder

  RIFFWaveDecoder

  ADM

  Bits

  ChannelCount

  DecodeBlock(float[], long, long)

  GetChannels()

  Length

  Position

  RIFFWaveDecoder(BlockBuffer, int, long, int, BitDepth)

  RIFFWaveDecoder(Stream)

  SampleRate

  Seek(long)

  Environment

  FilterSet

  Renderers

  Transcoders

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class RIFFWaveDecoder

Converts a RIFF WAVE bitstream to raw samples.
VisibilityPublic
ExtendsDecoder

Public functions

void DecodeBlock(float[] target, long from, long to)Read and decode a given number of samples.
ReferenceChannel[] GetChannels()Get the custom channel layout or the standard layout corresponding to this file's channel count.
Constructor RIFFWaveDecoder(BlockBuffer<byte> reader, int channelCount, long length, int sampleRate, BitDepth bits)Converts a RIFF WAVE bitstream to raw samples.
Constructor RIFFWaveDecoder(Stream reader)Converts a RIFF WAVE bitstream with header to raw samples.
void Seek(long sample)Start the following reads from the selected sample.

Public properties

AudioDefinitionModel ADMObject metadata for Broadcast Wave Files.
BitDepth BitsBit depth of the WAVE file.
int ChannelCount Content channel count.
long Length Content length in samples for a single channel.
long Position Location in the stream in samples.
int SampleRate Bitstream sample rate.